|
|
|
|
ShadowColor Property, SftTabs Class |
Defines the border color used for shadow areas.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property ShadowColor As Color |
C# |
public Color ShadowColor { get; set; } |
C++ |
public: property Color ShadowColor { |
Property Value
The color used for shadow areas.
The default value is SystemColors.ControlDark.
Comments
The ShadowColor property defines the border color used for shadow areas.
If the tab control uses Windows themes, the HighlightColor property has no effect.